/*.add-to-object-group .btn-main {
    	background-color: var(--object-primary-color);
    }*/
/*.device-desktop .panel-left .application-list-item.selected .app-label {
    background-color: var(--object-primary-color);
    height: 40px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-right: 17px;
    padding-left: 15px;
    margin-left: 0px;
    margin-right: 7px;
    width: auto;
}
    
.device-desktop .panel-left .application-list-item.selected .icon {
    background-color: var(--object-primary-color);
    width: 50px;
    margin-left: -64px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-top: 0px;
    padding-bottom: 0;
    height: 40px;
    font-size: 17px;
    line-height: 2.2;
    margin-right: 0;
    padding-left: 0;
}

.device-desktop .application-list-item .app-label {
    font-size: ;
    word-wrap: normal !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    word-break: normal !important;
    white-space: normal;
    line-height: 1.2;
}    

.device-desktop .panel-left .application-list-item .icon {
    width: 50px;
    background-color: var(--object-primary-color);
    margin-left: -65px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-top: 0px;
    padding-bottom: 0;
    height: 40px;
    font-size: 17px;
    line-height: 2.2;
}*/
/*.object-icon-wrapper .action-panel {
        display: flex;
    }*/
/*.object-link-item .action-panel {
     display: flex;
}*/
    
.mp-menu ul li.page-node>a{
    	color: green;
    }
    
    .mp-menu ul li.page-node-active>a{
    	color: red;
    }
    
#portal-name, .connection-state-label, .menu-item label {
        color: white;
    }

    #menu-bookmark {
       width: 36px;
       height: 36px;
       background-color: transparent;
       margin-bottom: 2px;
    }
    
    #page-title {
    	padding-left: 10px;
    }
    
	.page {
        display: flex;
        flex-direction: column;
    	height: 100%;        
    }
    
    .right-align {
    	flex: 1;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .child-page {
    	flex: 1;
        overflow: auto;
    }
    
    .separator {
        width: 1px;
        height: 1em;
        padding: 0;
        margin: 0 6px;
        background: white;
    }
    
    .popup-element { 
        background-color:rgba(28, 124, 156,0.25); 
    }
    
    .indicator-summary {
        margin: 0px 5px;
    }
    
    .connection-state-container {
        padding: 0px 6px;
        margin: 0px 5px
    }
    
    .connection-state-container .context-popup {
        color: rgba(0, 0, 0, 0.87);
        margin: 21px;
    }
    
    header { 
        border-bottom: 1px solid rgba(0, 0, 0, 0.12); 
        height: 35px; 
        background-color: #00BFA5; 
        font-size: 13px; 
        font-weight: 100; 
        box-shadow: 0 0 4px #828282; 
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        color: white;
        z-index: 5;
        padding: 8px;
    }
    
    footer { 
        border-top: 1px solid rgba(0, 0, 0, 0.12); 
        height: 36px; 
        background-color: #737371; 
        font-size: 11px; 
        padding-left: 9px; 
        display: flex;
        align-items: center;
        color: white;
    }
    
    footer>small {
    	font-size: 1em;
    }
    
    a {
    	text-decoration: none;
    }
    
    @media screen and (max-width: 1023px) {   
       .right-align {
          text-align: right;
          padding-right: 3px;
       }
    }
    
    @media screen and (max-width: 767px) {
        .connection-state {
            margin-top: 8px;
            right: 0px;
            z-index: 100;
        }
        
        .connection-state-container .context-popup {
            margin: 18px;
        }
        
        footer { 
            display: none; 
        }
    }
    
    
    @media screen and (max-width: 500px){
        .login-control, .right-align>.separator {
            display: none;
        }
    }